-
Notifications
You must be signed in to change notification settings - Fork 41
DRAFT: migrate refsi_tutorial MRs #739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
DRAFT: migrate refsi_tutorial MRs #739
Conversation
# Note : Refsi is not as complete as riscv (e.g. runtime linking) | ||
# so disable offline kernel tests | ||
offline_kernel_tests: OFF | ||
llvm_install_dir: /refsi_tutorial/build/llvm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it might not make sense to be the same directory to be honest - maybe $GITHUB_WORKSPACE/refsi_tutorial?
|
||
|
||
# Based on: mr-ubuntu-gcc-x86_64-refsi-tutorial-start | ||
run-ubuntu-gcc-x86_64-refsi-tutorial-start: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think perhaps this could come after, if that helps to get the other one in.
Overview
Provide a brief overview of what your changes do, summarizing their effects
and consequences.
Reason for change
Describe how the current behaviour of the project is causing problems for you
or is otherwise unsatisfactory for your use case.
Description of change
Describe the intended behaviour your changes are meant to introduce to the
project and explain how they resolve the problem stated above. Detail any
relevant changes that may affect other users of the project, such as
compilation options, runtime flags, expected inputs and outputs, API entry
points, etc.
If you have added new testing, provide details on what tests you have added
and what the purpose of them is.
Anything else we should know?
If there's any other relevant information we should know that may help us in
understanding and verifying your patch, please include it here.
Checklist